Enable RenderingContextOpenGL2. (Closes: #979073)
authorAnton Gladky <gladk@debian.org>
Mon, 4 Jan 2021 21:10:04 +0000 (22:10 +0100)
committerAnton Gladky <gladk@debian.org>
Mon, 4 Jan 2021 21:10:04 +0000 (22:10 +0100)
debian/rules

index 3372aaeddd591215dc376bca8d19962509390678..af2a0ac41ce6edff4dd231a93d8debd64b3f099b 100755 (executable)
@@ -57,7 +57,8 @@ extra_flags +=  \
        -DVTK_PYTHON_VERSION:STRING=3 \
        -DVTK_USE_TK=ON \
        -DVTK_WRAP_PYTHON=ON \
-    -DCMAKE_BUILD_TYPE=RelWithDebInfo
+       -DVTK_MODULE_ENABLE_VTK_RenderingContextOpenGL2=YES \
+       -DCMAKE_BUILD_TYPE=RelWithDebInfo
 
 override_dh_auto_configure:
        dh_auto_configure -- $(extra_flags)